#!/bin/sh
chown -R root:wheel /Library/Printers/RISO/*
chmod -R 755 /Library/Printers/RISO/Filters/*
exit 0

